home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / kh_gdi.zip / SLANGAPP.DEF < prev    next >
Text File  |  1996-05-27  |  516b  |  20 lines

  1. ;------------------------------------------------
  2. ;   Project slang
  3. ;   
  4. ;   Copyright ⌐ 1995. All Rights Reserved.
  5. ;
  6. ;   SUBSYSTEM:    slang.exe Module Defintion File
  7. ;   FILE:         slangapp.def
  8. ;   AUTHOR:       Stepan S.Vartanov
  9. ;
  10. ;------------------------------------------------
  11.  
  12. NAME slang
  13.  
  14. DESCRIPTION 'slang Application - Copyright ⌐ 1995. All Rights Reserved.'
  15. EXETYPE     WINDOWS
  16. CODE        PRELOAD MOVEABLE DISCARDABLE
  17. DATA        PRELOAD MOVEABLE
  18. HEAPSIZE    4096
  19. STACKSIZE   8192
  20.